[INFO] fetching crate init_static_macro 0.4.3...
[INFO] fixing init_static_macro-0.4.3 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate init_static_macro 0.4.3 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate init_static_macro 0.4.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate init_static_macro 0.4.3
[INFO] tweaked toml for crates.io crate init_static_macro 0.4.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate init_static_macro 0.4.3 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate init_static_macro 0.4.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded trybuild v1.0.113
[INFO] [stderr]   Downloaded macro_expand v0.1.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e47c4ff203ff36ebaabe6aa4fc86798795dbb96030f6c7bd650c183d920b7989
[INFO] running `Command { std: "docker" "start" "e47c4ff203ff36ebaabe6aa4fc86798795dbb96030f6c7bd650c183d920b7989", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e47c4ff203ff36ebaabe6aa4fc86798795dbb96030f6c7bd650c183d920b7989" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e47c4ff203ff36ebaabe6aa4fc86798795dbb96030f6c7bd650c183d920b7989", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e47c4ff203ff36ebaabe6aa4fc86798795dbb96030f6c7bd650c183d920b7989" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]     Checking toml_writer v1.0.4
[INFO] [stderr]     Checking toml_parser v1.0.4
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking serde_spanned v1.0.3
[INFO] [stderr]     Checking toml_datetime v0.7.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking quote v1.0.41
[INFO] [stderr]     Checking toml v0.9.8
[INFO] [stderr]     Checking syn v2.0.108
[INFO] [stderr]     Checking prettyplease v0.2.37
[INFO] [stderr]     Checking macro_expand v0.1.2
[INFO] [stderr]     Checking init_static_macro v0.4.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking trybuild v1.0.113
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]  --> fixtures/input/basic.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / init_static! {
[INFO] [stdout] 5 | |     static V1: u32 = N1;
[INFO] [stdout] 6 | |     static V2: u32 = "42".parse()?;
[INFO] [stdout] 7 | |     static V3: u32 = async { N1 }.await;
[INFO] [stdout] 8 | |     static V4: u32 = async { "42".parse() }.await?;
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^ could not find `init_static` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `init_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/input/basic.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / init_static! {
[INFO] [stdout] 12 | |     const N1: u32 = 42;
[INFO] [stdout] 13 | |     static V5: u32 = {
[INFO] [stdout] 14 | |         #[expect(non_snake_case)]
[INFO] [stdout] ...  |
[INFO] [stdout] 18 | |     };
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | |_^ could not find `init_static` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 |             use ::init_static::__private::MaybeInitStatic;
[INFO] [stdout]    |                   ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:74:19
[INFO] [stdout]    |
[INFO] [stdout] 74 |             use ::init_static::__private::MaybeInitStatic;
[INFO] [stdout]    |                   ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]    --> fixtures/output/basic.rs:133:19
[INFO] [stdout]     |
[INFO] [stdout] 133 |             use ::init_static::__private::MaybeInitStatic;
[INFO] [stdout]     |                   ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]  --> fixtures/input/basic.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 |     static V1: u32 = N1;
[INFO] [stdout]   |            ^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]  --> fixtures/input/basic.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 |     static V2: u32 = "42".parse()?;
[INFO] [stdout]   |            ^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]  --> fixtures/input/basic.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 |     static V3: u32 = async { N1 }.await;
[INFO] [stdout]   |            ^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]  --> fixtures/input/basic.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 |     static V4: u32 = async { "42".parse() }.await?;
[INFO] [stdout]   |            ^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/input/basic.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 |     static V5: u32 = {
[INFO] [stdout]    |            ^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]  --> fixtures/output/basic.rs:5:47
[INFO] [stdout]   |
[INFO] [stdout] 5 | static V1: ::init_static::InitStatic<u32> = ::init_static::InitStatic!(V1);
[INFO] [stdout]   |                                               ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]  --> fixtures/output/basic.rs:8:47
[INFO] [stdout]   |
[INFO] [stdout] 8 | static V2: ::init_static::InitStatic<u32> = ::init_static::InitStatic!(V2);
[INFO] [stdout]   |                                               ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:11:47
[INFO] [stdout]    |
[INFO] [stdout] 11 | static V3: ::init_static::InitStatic<u32> = ::init_static::InitStatic!(V3);
[INFO] [stdout]    |                                               ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:14:47
[INFO] [stdout]    |
[INFO] [stdout] 14 | static V4: ::init_static::InitStatic<u32> = ::init_static::InitStatic!(V4);
[INFO] [stdout]    |                                               ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[::init_static::__private::linkme::distributed_slice(
[INFO] [stdout]    |         ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 |     #[::init_static::__private::linkme::distributed_slice(
[INFO] [stdout]    |         ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 |     #[::init_static::__private::linkme::distributed_slice(
[INFO] [stdout]    |         ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:83:9
[INFO] [stdout]    |
[INFO] [stdout] 83 |     #[::init_static::__private::linkme::distributed_slice(
[INFO] [stdout]    |         ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]    --> fixtures/output/basic.rs:108:47
[INFO] [stdout]     |
[INFO] [stdout] 108 | static V5: ::init_static::InitStatic<u32> = ::init_static::InitStatic!(V5);
[INFO] [stdout]     |                                               ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]    --> fixtures/output/basic.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |     #[::init_static::__private::linkme::distributed_slice(
[INFO] [stdout]     |         ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `linkme` in this scope
[INFO] [stdout]  --> fixtures/input/basic.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | / init_static! {
[INFO] [stdout] 5 | |     static V1: u32 = N1;
[INFO] [stdout] 6 | |     static V2: u32 = "42".parse()?;
[INFO] [stdout] 7 | |     static V3: u32 = async { N1 }.await;
[INFO] [stdout] 8 | |     static V4: u32 = async { "42".parse() }.await?;
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `init_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 4 - init_static! {
[INFO] [stdout] 5 -     static V1: u32 = N1;
[INFO] [stdout] 6 -     static V2: u32 = "42".parse()?;
[INFO] [stdout] 7 -     static V3: u32 = async { N1 }.await;
[INFO] [stdout] 8 -     static V4: u32 = async { "42".parse() }.await?;
[INFO] [stdout] 9 - }
[INFO] [stdout] 4 + link
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `linkme` in this scope
[INFO] [stdout]   --> fixtures/input/basic.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / init_static! {
[INFO] [stdout] 12 | |     const N1: u32 = 42;
[INFO] [stdout] 13 | |     static V5: u32 = {
[INFO] [stdout] 14 | |         #[expect(non_snake_case)]
[INFO] [stdout] ...  |
[INFO] [stdout] 18 | |     };
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 11 - init_static! {
[INFO] [stdout] 12 -     const N1: u32 = 42;
[INFO] [stdout] 13 -     static V5: u32 = {
[INFO] [stdout] 14 -         #[expect(non_snake_case)]
[INFO] [stdout] 15 -         let X = 42;
[INFO] [stdout] 16 -         const N2: u32 = 42;
[INFO] [stdout] 17 -         *V1 + N1 + N2 + X
[INFO] [stdout] 18 -     };
[INFO] [stdout] 19 - }
[INFO] [stdout] 11 + link
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `linkme` in this scope
[INFO] [stdout]   --> fixtures/output/basic.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 |     #[linkme(crate = ::init_static::__private::linkme)]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 20 -     #[linkme(crate = ::init_static::__private::linkme)]
[INFO] [stdout] 20 +     #[link(crate = ::init_static::__private::linkme)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `linkme` in this scope
[INFO] [stdout]   --> fixtures/output/basic.rs:43:7
[INFO] [stdout]    |
[INFO] [stdout] 43 |     #[linkme(crate = ::init_static::__private::linkme)]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 43 -     #[linkme(crate = ::init_static::__private::linkme)]
[INFO] [stdout] 43 +     #[link(crate = ::init_static::__private::linkme)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `linkme` in this scope
[INFO] [stdout]   --> fixtures/output/basic.rs:59:7
[INFO] [stdout]    |
[INFO] [stdout] 59 |     #[linkme(crate = ::init_static::__private::linkme)]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 59 -     #[linkme(crate = ::init_static::__private::linkme)]
[INFO] [stdout] 59 +     #[link(crate = ::init_static::__private::linkme)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `linkme` in this scope
[INFO] [stdout]   --> fixtures/output/basic.rs:86:7
[INFO] [stdout]    |
[INFO] [stdout] 86 |     #[linkme(crate = ::init_static::__private::linkme)]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 86 -     #[linkme(crate = ::init_static::__private::linkme)]
[INFO] [stdout] 86 +     #[link(crate = ::init_static::__private::linkme)]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `linkme` in this scope
[INFO] [stdout]    --> fixtures/output/basic.rs:114:7
[INFO] [stdout]     |
[INFO] [stdout] 114 |     #[linkme(crate = ::init_static::__private::linkme)]
[INFO] [stdout]     |       ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a built-in attribute with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 114 -     #[linkme(crate = ::init_static::__private::linkme)]
[INFO] [stdout] 114 +     #[link(crate = ::init_static::__private::linkme)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]  --> fixtures/input/basic.rs:5:16
[INFO] [stdout]   |
[INFO] [stdout] 5 |     static V1: u32 = N1;
[INFO] [stdout]   |                ^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]  --> fixtures/input/basic.rs:6:16
[INFO] [stdout]   |
[INFO] [stdout] 6 |     static V2: u32 = "42".parse()?;
[INFO] [stdout]   |                ^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]  --> fixtures/input/basic.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 |     static V3: u32 = async { N1 }.await;
[INFO] [stdout]   |                ^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]  --> fixtures/input/basic.rs:8:16
[INFO] [stdout]   |
[INFO] [stdout] 8 |     static V4: u32 = async { "42".parse() }.await?;
[INFO] [stdout]   |                ^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/input/basic.rs:13:16
[INFO] [stdout]    |
[INFO] [stdout] 13 |     static V5: u32 = {
[INFO] [stdout]    |                ^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]  --> fixtures/output/basic.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | static V1: ::init_static::InitStatic<u32> = ::init_static::InitStatic!(V1);
[INFO] [stdout]   |              ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]  --> fixtures/output/basic.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | static V2: ::init_static::InitStatic<u32> = ::init_static::InitStatic!(V2);
[INFO] [stdout]   |              ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | static V3: ::init_static::InitStatic<u32> = ::init_static::InitStatic!(V3);
[INFO] [stdout]    |              ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 | static V4: ::init_static::InitStatic<u32> = ::init_static::InitStatic!(V4);
[INFO] [stdout]    |              ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:21:23
[INFO] [stdout]    |
[INFO] [stdout] 21 |     static INIT_V1: ::init_static::__private::Init = {
[INFO] [stdout]    |                       ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:23:27
[INFO] [stdout]    |
[INFO] [stdout] 23 |         fn INIT_V1() -> ::init_static::__private::anyhow::Result<()> {
[INFO] [stdout]    |                           ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:24:15
[INFO] [stdout]    |
[INFO] [stdout] 24 |             ::init_static::InitStatic::init(&V1, N1);
[INFO] [stdout]    |               ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:29:46
[INFO] [stdout]    |
[INFO] [stdout] 29 |             ::std::option::Option<&'static ::init_static::Symbol>,
[INFO] [stdout]    |                                              ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 |         ::init_static::__private::Init {
[INFO] [stdout]    |           ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:35:23
[INFO] [stdout]    |
[INFO] [stdout] 35 |             symbol: ::init_static::InitStatic::symbol(&V1),
[INFO] [stdout]    |                       ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:36:21
[INFO] [stdout]    |
[INFO] [stdout] 36 |             init: ::init_static::__private::InitFn::Sync(INIT_V1),
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:44:23
[INFO] [stdout]    |
[INFO] [stdout] 44 |     static INIT_V2: ::init_static::__private::Init = {
[INFO] [stdout]    |                       ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:46:27
[INFO] [stdout]    |
[INFO] [stdout] 46 |         fn INIT_V2() -> ::init_static::__private::anyhow::Result<()> {
[INFO] [stdout]    |                           ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:47:15
[INFO] [stdout]    |
[INFO] [stdout] 47 |             ::init_static::InitStatic::init(&V2, "42".parse()?);
[INFO] [stdout]    |               ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:50:11
[INFO] [stdout]    |
[INFO] [stdout] 50 |         ::init_static::__private::Init {
[INFO] [stdout]    |           ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |             symbol: ::init_static::InitStatic::symbol(&V2),
[INFO] [stdout]    |                       ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:52:21
[INFO] [stdout]    |
[INFO] [stdout] 52 |             init: ::init_static::__private::InitFn::Sync(INIT_V2),
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 |     static INIT_V3: ::init_static::__private::Init = {
[INFO] [stdout]    |                       ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:62:27
[INFO] [stdout]    |
[INFO] [stdout] 62 |         fn INIT_V3() -> ::init_static::__private::BoxFuture<
[INFO] [stdout]    |                           ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:63:15
[INFO] [stdout]    |
[INFO] [stdout] 63 |             ::init_static::__private::anyhow::Result<()>,
[INFO] [stdout]    |               ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:66:19
[INFO] [stdout]    |
[INFO] [stdout] 66 |                 ::init_static::InitStatic::init(&V3, async { N1 }.await);
[INFO] [stdout]    |                   ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:72:46
[INFO] [stdout]    |
[INFO] [stdout] 72 |             ::std::option::Option<&'static ::init_static::Symbol>,
[INFO] [stdout]    |                                              ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:77:11
[INFO] [stdout]    |
[INFO] [stdout] 77 |         ::init_static::__private::Init {
[INFO] [stdout]    |           ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:78:23
[INFO] [stdout]    |
[INFO] [stdout] 78 |             symbol: ::init_static::InitStatic::symbol(&V3),
[INFO] [stdout]    |                       ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:79:21
[INFO] [stdout]    |
[INFO] [stdout] 79 |             init: ::init_static::__private::InitFn::Async(INIT_V3),
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:87:23
[INFO] [stdout]    |
[INFO] [stdout] 87 |     static INIT_V4: ::init_static::__private::Init = {
[INFO] [stdout]    |                       ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:89:27
[INFO] [stdout]    |
[INFO] [stdout] 89 |         fn INIT_V4() -> ::init_static::__private::BoxFuture<
[INFO] [stdout]    |                           ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:90:15
[INFO] [stdout]    |
[INFO] [stdout] 90 |             ::init_static::__private::anyhow::Result<()>,
[INFO] [stdout]    |               ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:93:19
[INFO] [stdout]    |
[INFO] [stdout] 93 |                 ::init_static::InitStatic::init(&V4, async { "42".parse() }.await?);
[INFO] [stdout]    |                   ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:97:11
[INFO] [stdout]    |
[INFO] [stdout] 97 |         ::init_static::__private::Init {
[INFO] [stdout]    |           ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:98:23
[INFO] [stdout]    |
[INFO] [stdout] 98 |             symbol: ::init_static::InitStatic::symbol(&V4),
[INFO] [stdout]    |                       ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]   --> fixtures/output/basic.rs:99:21
[INFO] [stdout]    |
[INFO] [stdout] 99 |             init: ::init_static::__private::InitFn::Async(INIT_V4),
[INFO] [stdout]    |                     ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]    --> fixtures/output/basic.rs:108:14
[INFO] [stdout]     |
[INFO] [stdout] 108 | static V5: ::init_static::InitStatic<u32> = ::init_static::InitStatic!(V5);
[INFO] [stdout]     |              ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]    --> fixtures/output/basic.rs:115:23
[INFO] [stdout]     |
[INFO] [stdout] 115 |     static INIT_V5: ::init_static::__private::Init = {
[INFO] [stdout]     |                       ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]    --> fixtures/output/basic.rs:117:27
[INFO] [stdout]     |
[INFO] [stdout] 117 |         fn INIT_V5() -> ::init_static::__private::anyhow::Result<()> {
[INFO] [stdout]     |                           ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]    --> fixtures/output/basic.rs:118:15
[INFO] [stdout]     |
[INFO] [stdout] 118 |             ::init_static::InitStatic::init(
[INFO] [stdout]     |               ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]    --> fixtures/output/basic.rs:131:46
[INFO] [stdout]     |
[INFO] [stdout] 131 |             ::std::option::Option<&'static ::init_static::Symbol>,
[INFO] [stdout]     |                                              ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]    --> fixtures/output/basic.rs:136:11
[INFO] [stdout]     |
[INFO] [stdout] 136 |         ::init_static::__private::Init {
[INFO] [stdout]     |           ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]    --> fixtures/output/basic.rs:137:23
[INFO] [stdout]     |
[INFO] [stdout] 137 |             symbol: ::init_static::InitStatic::symbol(&V5),
[INFO] [stdout]     |                       ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `init_static` in the crate root
[INFO] [stdout]    --> fixtures/output/basic.rs:138:21
[INFO] [stdout]     |
[INFO] [stdout] 138 |             init: ::init_static::__private::InitFn::Sync(INIT_V5),
[INFO] [stdout]     |                     ^^^^^^^^^^^ could not find `init_static` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `__get_symbol` found for reference `&u32` in the current scope
[INFO] [stdout]  --> fixtures/input/basic.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 |   init_static! {
[INFO] [stdout]   |  _^
[INFO] [stdout] 5 | |     static V1: u32 = N1;
[INFO] [stdout] 6 | |     static V2: u32 = "42".parse()?;
[INFO] [stdout] 7 | |     static V3: u32 = async { N1 }.await;
[INFO] [stdout] 8 | |     static V4: u32 = async { "42".parse() }.await?;
[INFO] [stdout] 9 | | }
[INFO] [stdout]   | |_^ method not found in `&u32`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `init_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `__get_symbol` found for reference `&u32` in the current scope
[INFO] [stdout]   --> fixtures/input/basic.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 |   init_static! {
[INFO] [stdout]    |  _^
[INFO] [stdout] 12 | |     const N1: u32 = 42;
[INFO] [stdout] 13 | |     static V5: u32 = {
[INFO] [stdout] 14 | |         #[expect(non_snake_case)]
[INFO] [stdout] ...  |
[INFO] [stdout] 18 | |     };
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | |_^ method not found in `&u32`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `init_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `__get_symbol` found for reference `&u32` in the current scope
[INFO] [stdout]   --> fixtures/output/basic.rs:32:32
[INFO] [stdout]    |
[INFO] [stdout] 32 |             ::std::vec![(& N1).__get_symbol()]
[INFO] [stdout]    |                                ^^^^^^^^^^^^ method not found in `&u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `__get_symbol` found for reference `&u32` in the current scope
[INFO] [stdout]   --> fixtures/output/basic.rs:75:32
[INFO] [stdout]    |
[INFO] [stdout] 75 |             ::std::vec![(& N1).__get_symbol()]
[INFO] [stdout]    |                                ^^^^^^^^^^^^ method not found in `&u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `__get_symbol` found for reference `&u32` in the current scope
[INFO] [stdout]    --> fixtures/output/basic.rs:134:32
[INFO] [stdout]     |
[INFO] [stdout] 134 |             ::std::vec![(& N1).__get_symbol(), (& V1).__get_symbol()]
[INFO] [stdout]     |                                ^^^^^^^^^^^^ method not found in `&u32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `init_static_macro` (test "input") due to 77 previous errors
[INFO] running `Command { std: "docker" "inspect" "e47c4ff203ff36ebaabe6aa4fc86798795dbb96030f6c7bd650c183d920b7989", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e47c4ff203ff36ebaabe6aa4fc86798795dbb96030f6c7bd650c183d920b7989", kill_on_drop: false }`
[INFO] [stdout] e47c4ff203ff36ebaabe6aa4fc86798795dbb96030f6c7bd650c183d920b7989
